From: Keir Fraser Date: Sat, 30 May 2009 12:25:32 +0000 (+0100) Subject: xend: Fix HVM domain restore (undefined HVM_ImageHandler.superpages). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13842 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=48a793e4b0b84149c4162cc27aec8849552783bc;p=xen.git xend: Fix HVM domain restore (undefined HVM_ImageHandler.superpages). Signed-off-by: Keir Fraser --- diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index 91ba0e122b..1ecd0a28a4 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -83,7 +83,7 @@ class ImageHandler: """ ostype = None - + superpages = 0 def __init__(self, vm, vmConfig): self.vm = vm